GET Subscriber/{subscriberId}/Order/{orderId}/Receipts?types[0]={types[0]}&types[1]={types[1]}
Gets receipts for an order. This will return all receipts requested as one response.
The request below generates a merchant copy receipt:
/Subscriber/6283/Order/123/Receipts?types[0]=Merchant
To also generate a customer copy, include a types[1]=Customer
parameter.
Both receipts will be returned individually, along with a combined version separated by a page break for easy printing.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderId | integer |
Required |
|
types |
One or more of Merchant, Customer, Gift |
Collection of EOrderReceiptType |
Required |
subscriberId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.